if-then machine
a simplified model of a neuron
the general idea is that each "neuron" has a collection of sequences
and if any of them match the input, that "neuron" triggers, and activates its' "then" rule
the output rule doesn't have to be just a literal ket/superposition/sequence
it could also be a stored rule, and perform any desired function
the coefficients of the output superposition are multiplied by the similarity of the input with the matched pattern
if more than one pattern on an if-then machine matches, the coefficient could be larger than 1
if this is not desired, you could for example use "clean" or "sigmoid-min[1]"
the eventual goal is to have many layers of if-then machines processing some given input